PowerTools MultiRow for Windows Forms 8.0J
HeaderDropDownList コンストラクタ(Int32,IEnumerable<DropDownItem>)

対応するセルのセルインデックス。項目は、指定したインデックスを持つセルに対して動作します。
DropDownItemオブジェクトを使用して、HeaderDropDownListクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal cellIndex As Integer, _
   ByVal dropDownItems As IEnumerable(Of DropDownItem) _
)
public HeaderDropDownList( 
   int cellIndex,
   IEnumerable<DropDownItem> dropDownItems
)

パラメータ

cellIndex
対応するセルのセルインデックス。項目は、指定したインデックスを持つセルに対して動作します。
dropDownItems
リストの項目を示すDropDownItemオブジェクトのコレクション。
例外
例外解説
System.ArgumentOutOfRangeExceptioncellIndex0未満です。
System.ArgumentNullExceptiondropDownItemsがnull 参照 (Visual Basicでは Nothing)です。
参照

HeaderDropDownList クラス
HeaderDropDownList メンバ
オーバーロード一覧

 

 


© 2008-2015 GrapeCity inc. All rights reserved.